var google.golang.org/protobuf/reflect/protoreflect.int64Type

6 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		value_union.go#L137: 	return Value{typ: int64Type, num: uint64(v)}
		value_union.go#L206: 	case int64Type:
		value_union.go#L235: 	case int64Type:
		value_union.go#L282: 	case int32Type, int64Type:
		value_union.go#L373: 	case boolType, int32Type, int64Type, uint32Type, uint64Type, stringType:
		value_unsafe.go#L36: 	int64Type   = typeOf(*new(int64))